home *** CD-ROM | disk | FTP | other *** search
/ Carousel Volume 2 #1 / carousel.iso / mactosh / da / hyperda.sit / Phone_Address Stack / background_2560.txt < prev    next >
Text File  |  1988-07-27  |  5KB  |  263 lines

  1. -- background: 2560 from stack: in
  2. -- bmap block id: 3162
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 
  6. ----- HyperTalk script -----
  7. on openBackground
  8.   push recent card
  9. end openBackground
  10.  
  11.  
  12. -- part 2 (field)
  13. -- low flags: 00
  14. -- high flags: 0000
  15. -- rect: left=39 top=48 right=175 bottom=326
  16. -- title width / last selected line: 0
  17. -- icon id / first selected line: 0 / 0
  18. -- text alignment: 0
  19. -- font id: 2
  20. -- text size: 12
  21. -- style flags: 0
  22. -- line height: 16
  23. -- part name: Name and Address
  24.  
  25.  
  26. -- part 3 (field)
  27. -- low flags: 00
  28. -- high flags: 0000
  29. -- rect: left=38 top=176 right=196 bottom=174
  30. -- title width / last selected line: 0
  31. -- icon id / first selected line: 0 / 0
  32. -- text alignment: 0
  33. -- font id: 2
  34. -- text size: 12
  35. -- style flags: 256
  36. -- line height: 16
  37. -- part name: phoneNumFld
  38.  
  39.  
  40. -- part 10 (field)
  41. -- low flags: 00
  42. -- high flags: 0000
  43. -- rect: left=355 top=83 right=188 bottom=482
  44. -- title width / last selected line: 0
  45. -- icon id / first selected line: 0 / 0
  46. -- text alignment: 0
  47. -- font id: 2
  48. -- text size: 10
  49. -- style flags: 0
  50. -- line height: 13
  51. -- part name: 
  52.  
  53.  
  54. -- part 15 (button)
  55. -- low flags: 00
  56. -- high flags: 8004
  57. -- rect: left=264 top=238 right=293 bottom=335
  58. -- title width / last selected line: 0
  59. -- icon id / first selected line: 11045 / 11045
  60. -- text alignment: 1
  61. -- font id: 0
  62. -- text size: 12
  63. -- style flags: 0
  64. -- line height: 16
  65. -- part name: Go Home
  66. ----- HyperTalk script -----
  67. on mouseUp
  68.   visual effect iris open
  69.   go Home
  70. end mouseUp
  71.  
  72.  
  73.  
  74. -- part 21 (button)
  75. -- low flags: 00
  76. -- high flags: 0000
  77. -- rect: left=148 top=200 right=225 bottom=175
  78. -- title width / last selected line: 0
  79. -- icon id / first selected line: 1014 / 1014
  80. -- text alignment: 1
  81. -- font id: 0
  82. -- text size: 12
  83. -- style flags: 0
  84. -- line height: 16
  85. -- part name: Prev
  86. ----- HyperTalk script -----
  87. on mouseUp
  88.   visual effect wipe right
  89.   go to previous card
  90. end mouseUp
  91.  
  92.  
  93.  
  94. -- part 22 (button)
  95. -- low flags: 00
  96. -- high flags: 0000
  97. -- rect: left=176 top=200 right=225 bottom=203
  98. -- title width / last selected line: 0
  99. -- icon id / first selected line: 1013 / 1013
  100. -- text alignment: 1
  101. -- font id: 0
  102. -- text size: 12
  103. -- style flags: 0
  104. -- line height: 16
  105. -- part name: Next
  106. ----- HyperTalk script -----
  107. on mouseUp
  108.   visual effect wipe left
  109.   go to next card
  110. end mouseUp
  111.  
  112.  
  113.  
  114. -- part 28 (button)
  115. -- low flags: 00
  116. -- high flags: 8004
  117. -- rect: left=367 top=236 right=255 bottom=474
  118. -- title width / last selected line: 0
  119. -- icon id / first selected line: 0 / 0
  120. -- text alignment: 1
  121. -- font id: 3
  122. -- text size: 10
  123. -- style flags: 0
  124. -- line height: 13
  125. -- part name: Dial Selection
  126. ----- HyperTalk script -----
  127. on mouseUp
  128.   dial the selection
  129. end mouseUp
  130.  
  131.  
  132.  
  133. -- part 30 (button)
  134. -- low flags: 00
  135. -- high flags: 8004
  136. -- rect: left=20 top=238 right=293 bottom=91
  137. -- title width / last selected line: 0
  138. -- icon id / first selected line: 21060 / 21060
  139. -- text alignment: 1
  140. -- font id: 0
  141. -- text size: 12
  142. -- style flags: 0
  143. -- line height: 16
  144. -- part name: Find Name
  145. ----- HyperTalk script -----
  146. on mouseUp
  147.   doMenu "Find..."
  148. end mouseUp
  149.  
  150.  
  151.  
  152. -- part 31 (button)
  153. -- low flags: 00
  154. -- high flags: 8004
  155. -- rect: left=367 top=262 right=281 bottom=474
  156. -- title width / last selected line: 0
  157. -- icon id / first selected line: 0 / 0
  158. -- text alignment: 1
  159. -- font id: 3
  160. -- text size: 10
  161. -- style flags: 0
  162. -- line height: 13
  163. -- part name: Dial Number
  164. ----- HyperTalk script -----
  165. on mouseUp
  166.   dial field "phoneNumFld"
  167. end mouseUp
  168.  
  169.  
  170.  
  171. -- part 32 (button)
  172. -- low flags: 00
  173. -- high flags: 8004
  174. -- rect: left=353 top=286 right=305 bottom=487
  175. -- title width / last selected line: 0
  176. -- icon id / first selected line: 0 / 0
  177. -- text alignment: 1
  178. -- font id: 3
  179. -- text size: 10
  180. -- style flags: 0
  181. -- line height: 13
  182. -- part name: Dial Selection with Modem
  183. ----- HyperTalk script -----
  184. on mouseUp
  185.   dial the selection with modem
  186. end mouseUp
  187.  
  188.  
  189.  
  190. -- part 35 (button)
  191. -- low flags: 00
  192. -- high flags: 8004
  193. -- rect: left=353 top=311 right=330 bottom=487
  194. -- title width / last selected line: 0
  195. -- icon id / first selected line: 0 / 0
  196. -- text alignment: 1
  197. -- font id: 3
  198. -- text size: 10
  199. -- style flags: 0
  200. -- line height: 13
  201. -- part name: Dial Number with Modem
  202. ----- HyperTalk script -----
  203. on mouseUp
  204.   dial field "phoneNumFld" with modem
  205. end mouseUp
  206.  
  207.  
  208.  
  209. -- part 36 (button)
  210. -- low flags: 00
  211. -- high flags: 8004
  212. -- rect: left=140 top=238 right=293 bottom=211
  213. -- title width / last selected line: 0
  214. -- icon id / first selected line: 2478 / 2478
  215. -- text alignment: 1
  216. -- font id: 0
  217. -- text size: 12
  218. -- style flags: 0
  219. -- line height: 16
  220. -- part name: Dial Info
  221. ----- HyperTalk script -----
  222. on mouseUp
  223.   show bkgnd field id 39
  224. end mouseUp
  225.  
  226.  
  227.  
  228. -- part 41 (button)
  229. -- low flags: 80
  230. -- high flags: 8001
  231. -- rect: left=278 top=184 right=227 bottom=327
  232. -- title width / last selected line: 0
  233. -- icon id / first selected line: 3430 / 3430
  234. -- text alignment: 1
  235. -- font id: 0
  236. -- text size: 12
  237. -- style flags: 0
  238. -- line height: 16
  239. -- part name: New Card
  240. ----- HyperTalk script -----
  241. on mouseUp
  242.   doMenu "New Card"
  243. end mouseUp
  244.  
  245.  
  246.  
  247. -- part 39 (field)
  248. -- low flags: 81
  249. -- high flags: 0002
  250. -- rect: left=65 top=30 right=269 bottom=439
  251. -- title width / last selected line: 0
  252. -- icon id / first selected line: 0 / 0
  253. -- text alignment: 0
  254. -- font id: 3
  255. -- text size: 10
  256. -- style flags: 0
  257. -- line height: 13
  258. -- part name: 
  259. ----- HyperTalk script -----
  260. on mouseUp
  261.   hide bkgnd field id 39
  262. end mouseUp
  263.